Autogenerated HTML docs for v1.4.0-gcb11 
diff --git a/git-write-tree.txt b/git-write-tree.txt index 77e12cb..c85fa89 100644 --- a/git-write-tree.txt +++ b/git-write-tree.txt 
@@ -8,7 +8,7 @@    SYNOPSIS  -------- -'git-write-tree' [--missing-ok] +'git-write-tree' [--missing-ok] [--prefix=<prefix>/]    DESCRIPTION  ----------- @@ -30,6 +30,12 @@ 	directory exist in the object database. This option disables this 	check.   +--prefix=<prefix>/:: +	Writes a tree object that represents a subdirectory +	`<prefix>`. This can be used to write the tree object +	for a subproject that is in the named subdirectory. + +  Author  ------  Written by Linus Torvalds <torvalds@osdl.org>